projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d016f81
)
(dired-move-to-filename-regexp): There might be a space
author
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Apr 1998 05:22:19 +0000
(
05:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Apr 1998 05:22:19 +0000
(
05:22
+0000)
after the year instead of before it.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 583815dd44da3a2caca38411bca76d94508e8851..a28865c05fe9660be1c714fe063096da4dfe141e 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1364,7
+1364,7
@@
DIR must be a directory name, not a file name."
(dd "[ 0-3][0-9]")
(HH:MM "[ 0-2][0-9]:[0-5][0-9]")
(western (concat "\\(" month s dd "\\|" dd s month "\\)"
- s "\\(" HH:MM "\\|" s yyyy "\\)"))
+ s "\\(" HH:MM "\\|" s yyyy "\\
|" yyyy s "\\
)"))
(japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
;; Require the previous column to end in a digit.
;; This avoids recognizing `1 may 1997' as a date in the line: